ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / SortingType Property

In This Topic
    SortingType Property (TransposedGrid<T>)
    In This Topic
    Gets or sets how the grid sort columns by clicking the column header cells.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overrides Property SortingType As AllowSorting
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public override AllowSorting SortingType {get; set;}
    See Also